JavaScript

A5.SpinListrefresh Method

Syntax

A5.SpinList.refresh()

Description

Refresh the spin list. This will force a recalculation of the spin list height if the height property of the spin list is set to a number of items to display. See the A5.SpinList height property.

Example

// To get a pointer to the A5.SpinList class see {dialog.object}.getControl
// assume slObj is a pointer to an instance of the A5.SpinList class
slObj.refresh();